Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/admin #259

Merged
merged 9 commits into from
Sep 28, 2017
Merged

Fix/admin #259

merged 9 commits into from
Sep 28, 2017

Conversation

Aurelsicoko
Copy link
Member

@Aurelsicoko Aurelsicoko commented Sep 27, 2017

This PR introduces a brand new way to contribute to Strapi. The development workflow has never been easier. You can now create development application to easily create new plugins.

Setup Strapi on your computer:

git clone git@github.com:strapi/strapi.git
cd strapi && npm run setup

Generate a new development project and run it:

strapi new myProject --dev
cd myProject && strapi start

Launch the development workflow for the administration panel

cd admin && npm start

Note: You've to be in your app folder myProject/admin to run WebPack from the admin.

@lauriejim
Copy link
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants